home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Testing & Debugging / Virtual User tools / SPEC S&L v.1.0.1 / Libraries / Custom.Lib next >
Encoding:
Text File  |  1993-12-17  |  1.7 KB  |  47 lines  |  [TEXT/MPS ]

  1. #
  2. # ****************************************************************************
  3. #
  4. #    File Name:        Custom.Lib
  5. #
  6. #    Contains:    xxx put contents here xxx
  7. #
  8. #    Written by:    Kevin Avoy, Ken Landreth, Michael Leong, Gil Spencer et al
  9. #
  10. #    Copyright:    © 1993 by Apple Computer, Inc., all rights reserved.
  11. #
  12. # ****************************************************************************
  13. #            C h a n g e        H i s t o r y (most recent first):
  14. # ****************************************************************************
  15. #
  16. #        Vers      Date        Author        Description
  17. #        ----    --------    ------    ---------------------------------------------
  18. #     <1.0.0>     7/19/93    KTA        Created
  19. #
  20. # ****************************************************************************
  21. #
  22.  
  23. #########################################################################
  24. #                            InitCustom()
  25. #========================================================================
  26. # Author:        Kevin Avoy
  27. # Description:    This has been provided as a mechanism for scriptwriters to 
  28. #                customize the SPEC S&L Libraries.  If the default value of
  29. #                and global variables is not what is desired, this is the 
  30. #                task where the script writer should reset any global values.  
  31. #                This task is called from InitGloabls() immediately after all
  32. #                global variables have been defined.
  33. #                Please refer to 'The Hitchhikers Guide' for more information 
  34. #                concerning any individual global variables.
  35. # Parameters:    None
  36. # Returns:        Nothing
  37. # Examples:        InitCustom();
  38. # Assumptions:     
  39. #########################################################################
  40. #========================================================================
  41. # History:
  42. #########################################################################
  43. TASK InitCustom() 
  44. begin
  45.  
  46.  
  47. end;